Home > biomechZoo > Toolbox > Machine Learning > table2ml_structure.m

table2ml_structure

PURPOSE ^

SYNOPSIS ^

function [x, y, VariableName, subject] = table2ml_structure(table_data, model_name)

DESCRIPTION ^

 [x, y, VariableName, subject] = table2ml_structure(table_data, model_name) prepares 
 data in Matlab table format for input to machine learning models

 ARGUMENTS
   table_data    ...   table. See bmech_zoo2table
   model_name    ...   string. Model to be implemented. 
                       Choices {'FF' 'LSTM', 'BilS', 'CNN', 'stack',
                       'sequence', 'features'}
 RETURNS
   x             ...   depen

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005